go/ast.LabeledStmt.Colon (field)

2 uses

	go/ast (current package)
		ast.go#L642: 		Colon token.Pos // position of ":"

	go/parser
		parser.go#L1984: 			stmt := &ast.LabeledStmt{Label: label, Colon: colon, Stmt: p.parseStmt()}